home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
SHARED.DIR
/
00547_Script_547
< prev
next >
Wrap
Text File
|
1995-05-31
|
599b
|
19 lines
on CreditsInAWindow
global CreditsWindow
if objectP(CreditsWindow) then
forget CreditsWindow
end if
set horzOrigin to the stageleft + 68
set vertOrigin to the stageTop + 78
set myWindowRect to rect(horzOrigin,vertOrigin, horzOrigin + 320, vertOrigin + 240)
set CreditsWindow to window "Credits"
set the rect of CreditsWindow to myWindowRect
set the filename of CreditsWindow to "CREDITS.DIR"
set the titleVisible of CreditsWindow to true
set the modal of CreditsWindow to true
set the windowtype of CreditsWindow to 16
pause
open CreditsWindow
end